x86emul: don't special case fetching immediates of near and short branches
authorJan Beulich <jbeulich@suse.com>
Fri, 12 Aug 2016 14:55:13 +0000 (16:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 12 Aug 2016 14:55:13 +0000 (16:55 +0200)
commita3227edc20108e120021caccb9f79ca6741ffb9e
tree6b19bb78407ec7e41055c7dda7d7701218cdc666
parent848d8eee52c1122c13dc2f76431a83720cd9267d
x86emul: don't special case fetching immediates of near and short branches

These immediates follow the standard patterns in all modes, so they're
better fetched by the generic source operand handling code.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c